Skip to content

Conversation

@mishushakov
Copy link
Member

@mishushakov mishushakov commented Nov 12, 2025

Note

Add Windows to CI matrices and make JS/Python utils and tests cross-platform via path handling updates.

  • CI:
    • Add Windows to test matrices in cli_tests.yml, js_sdk_tests.yml, python_sdk_tests.yml; set bash shell/workdirs; disable fail-fast for some jobs.
    • Python CI runs pytest -n 4 via Poetry.
  • JS SDK:
    • Path normalization for globbing (normalizePath) and use of Path.relativePosix() in hashing and tar creation in src/template/utils.ts.
  • Python SDK:
    • Add normalize_path and use forward-slash glob patterns in e2b/template/utils.py.
  • Tests:
    • Make stack trace parsing robust to Windows paths; use basename in file assertions; adjust Python tar tests tempdir fixture handling.
  • Changeset: add patch note for windows-related fixes.

Written by Cursor Bugbot for commit 1b8dbe4. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Nov 12, 2025

🦋 Changeset detected

Latest commit: 1b8dbe4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
e2b Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants